Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update changesets monorepo - autoclosed #107

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vueuse/core (source) 8.7.5 -> 8.9.4 age adoption passing confidence
@vueuse/head 0.7.6 -> 0.9.8 age adoption passing confidence
animejs (source) 3.2.1 -> 3.2.2 age adoption passing confidence
vue (source) 3.2.37 -> 3.4.38 age adoption passing confidence
vue-demi 0.13.1 -> 0.14.10 age adoption passing confidence
vue-router 4.0.16 -> 4.4.3 age adoption passing confidence

Release Notes

vueuse/vueuse (@​vueuse/core)

v8.9.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.9.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.9.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.8.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vueuse/head (@​vueuse/head)

v0.9.8

Compare Source

  • chore: bump deps

v0.9.7

Compare Source

  • fix: ensure hookBeforeDomUpdate doesn't block dom update

v0.9.6

Compare Source

  • Merge branch 'main' of github.com:vueuse/head into main
  • fix(xss) drop non-raw on handles and innerHTML (#​124)
  • Merge branch 'main' of github.com:vueuse/head into main
  • fix: warn script children usage (#​123)
  • refactor: smaller hook fns

v0.9.5

Compare Source

  • Merge branch 'main' of github.com:vueuse/head into main
  • chore: bump zhead
  • fix: simpler logic for removing added head objs (#​122)

v0.9.4

Compare Source

  • chore: make optional id
  • fix: safer removal of objects using hash
  • fix: dedupe title

v0.9.3

Compare Source

  • fix: remove head objects at right index

v0.9.2

Compare Source

  • chore: bump zhead schema

v0.9.1

Compare Source

  • chore(doc): fix typo
  • Merge branch 'main' of github.com:vueuse/head into main
  • feat: debounce dom update (#​120)

v0.9.0

Compare Source

  • fix: return remove fn from addHeadObj, fixes #​48
  • feat: useHeadRaw to bypass XSS protections (#​118)
  • fix(ssr): encode children, href and url more appropriately (#​119)

v0.8.2

Compare Source

  • chore(doc): add example for primitives
  • chore(doc): improve type documentation
  • chore(doc): fix typo
  • chore(doc): improve readme

v0.8.1

Compare Source

  • chore: bump dependencies (#​116)
  • feat: hook into resolved tags hookTagsResolved (#​115)
  • refactor: improve HeadAugmentation types and add export

v0.8.0

Compare Source

  • feat: before dom update hookable (#​114)
  • feat: computed getter support (#​110)
  • refactor: modify internal API to better isolate envs (#​113)
  • chore: migrate to eslint (#​111)
  • chore(tests): improve nuxt3 tests / example (#​107)
  • feat: support deprecated dedupe keys (#​106)
  • chore(github): add harlan to funding
  • chore(doc): fix links
  • chore: harlan as maintainer and wording improvements

v0.7.13

Compare Source

  • chore: ignore .idea files
  • fix: use proper encoding for attr name / val pairs (#​103)
  • fix: simplify tag dedupe logic (#​105)
  • chore(ci): add export-size-action (#​94)
  • tests: migrate to vitest, add nuxt e2e (#​93)

v0.7.12

Compare Source

  • chore: update deps
  • feat: sort critical tags and sort opt-in renderPriority (#​89)
  • fix(types): export head schemas (#​87)

v0.7.11

Compare Source

No unreleased changes.

v0.7.10

Compare Source

No unreleased changes.

v0.7.9

Compare Source

No unreleased changes.

v0.7.8

Compare Source

No unreleased changes.

v0.7.7

Compare Source

No unreleased changes.

juliangarnier/anime (animejs)

v3.2.2

Compare Source

Bug fixes

  • Fix wrong expo easing calculation #​591
vuejs/core (vue)

v3.4.38

Compare Source

For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.4.37

Compare Source

Bug Fixes

v3.4.36

Compare Source

v3.4.35

Compare Source

Bug Fixes
  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#​11456) (12667da), closes #​11400
  • types/ref: allow getter and setter types to be unrelated (#​11442) (e0b2975)
Performance Improvements

v3.4.34

Compare Source

Bug Fixes

v3.4.33

Compare Source

Bug Fixes

v3.4.32

Compare Source

Bug Fixes
Performance Improvements
  • server-renderer: avoid unnecessary checks in createBuffer (#​11364) (fc205bf)
  • server-renderer: optimize unrollBuffer by avoiding promises (#​11340) (05779a7)

v3.4.31

Compare Source

Bug Fixes
Reverts
  • Revert "fix(reactivity): avoid infinite loop when render access a side effect computed (#​11135)" (e0df985)
  • Revert "fix(reactivity): fix side effect computed dirty level (#​11183)" (6c303ea), closes #​11183

v3.4.30

Compare Source

Bug Fixes
Performance Improvements

v3.4.29

Compare Source

Bug Fixes
  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #​11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #​11116
  • reactivity: avoid infinite loop when render access a side effect computed (#​11135) (8296e19), closes #​11121

v3.4.28

Compare Source

Bug Fixes

v3.4.27

Compare Source

Bug Fixes

v3.4.26

Compare Source

Bug Fixes

v3.4.25

Compare Source

Bug Fixes

v3.4.24

Compare Source

Bug Fixes
  • compiler-core: handle template ref bound via v-bind object on v-for (#​10706) (da7adef), closes #​10696
  • compiler-core: properly parse await expressions in edge cases (b92c25f), closes #​10754
  • compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #​10726
  • compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #​10743
  • compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #​10725
  • deps: update compiler (#​10760) (15df5c1)
  • runtime-core: fix edge case of KeepAlive inside Transition with slot children (#​10719) (e51ca61), closes #​10708
  • runtime-core: further fix slots _ctx check (cde7f05), closes #​10724
  • runtime-core: props should be readonly via direct template access (b93f264), closes [#​8216](htt

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Aug 6, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @vue/[email protected]
npm WARN Found: [email protected]
npm WARN node_modules/vue
npm WARN   vue@"3.4.38" from the root project
npm WARN   8 more (@vitejs/plugin-vue, @vue/test-utils, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer vue@"3.2.37" from @vue/[email protected]
npm WARN node_modules/@vue/server-renderer
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/vue
npm WARN   peer vue@"3.2.37" from @vue/[email protected]
npm WARN   node_modules/@vue/server-renderer
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @vueuse/[email protected]
npm ERR! node_modules/@vueuse/head
npm ERR!   @vueuse/head@"0.9.8" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @vueuse/head@"^0.5.0 || ^0.6.0 || ^0.7.0" from [email protected]
npm ERR! node_modules/vite-ssg
npm ERR!   dev vite-ssg@"0.20.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @vueuse/[email protected]
npm ERR! node_modules/@vueuse/head
npm ERR!   peer @vueuse/head@"^0.5.0 || ^0.6.0 || ^0.7.0" from [email protected]
npm ERR!   node_modules/vite-ssg
npm ERR!     dev vite-ssg@"0.20.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-08-15T07_59_52_539Z-debug-0.log

Copy link

changeset-bot bot commented Aug 6, 2024

⚠️ No Changeset found

Latest commit: 6cc841c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Aug 6, 2024

Deploy Preview for planeside ready!

Name Link
🔨 Latest commit 6cc841c
🔍 Latest deploy log https://app.netlify.com/sites/planeside/deploys/66bdb58129125c0008ca01b9
😎 Deploy Preview https://deploy-preview-107--planeside.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/changesets-monorepo branch 2 times, most recently from 5ef15a0 to a6a7dce Compare August 8, 2024 17:27
@renovate renovate bot force-pushed the renovate/changesets-monorepo branch from a6a7dce to 6cc841c Compare August 15, 2024 07:59
@renovate renovate bot changed the title Chore: Update changesets monorepo Chore: Update changesets monorepo - autoclosed Sep 2, 2024
@renovate renovate bot closed this Sep 2, 2024
@renovate renovate bot deleted the renovate/changesets-monorepo branch September 2, 2024 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants